home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / mips / t-svr3-gas < prev    next >
Text File  |  1995-01-12  |  294b  |  9 lines

  1. # Exactly the same as t-mips-gas, except we must define SYSTEM_HEADER_DIR
  2. # to point to the svr3 include files.
  3. SYSTEM_HEADER_DIR = /sysv/usr/include
  4.  
  5. # Suppress building libgcc1.a, since the MIPS compiler port is complete
  6. # and does not need anything from libgcc1.a.
  7. LIBGCC1 =
  8. CROSS_LIBGCC1 =
  9.